Skip to main content

Delete Sub-Account API Key

Type: DELETE

Description: /v4/user/account/api-key/broker-sub

Deletes a sub-account API Key. The request must be signed with the broker master account's API Key.

Parameters

NameTypeMandatoryDefaultDescriptionRanges
accessKeystringtrue-The key to delete (must belong to a sub-account of this broker)-

Response Example

Response
{
"rc": 0,
"mc": "SUCCESS",
"ma": [],
"result": true,
"success": true
}